jQAnimation Extension for jQLite >>
Using jQLite
Simple jQLite DOM Manipulations
With jQLite, you can control the DOM, even on the BlackBerry mobile device.
Manipulate the DOM by adjusting classes and setting up event
handlers.
jQuery
Multiple Selectors
It is possible to utilize some of the capabilities of jQuery in jQLite, setting the styles
of multiple elements that have the same class name
within the page.
 
Toggling of Classes
Toggle
If you can see this, then you were able to toggle the visibility of the
paragraph. Touch the button again to make it disappear...
Show and Hide with Callback
Show
If you can see this, then you were able to show the
paragraph.
Basic Testing of jQLite
One paragraph. With a span in it for element selection
Another paragraph with a list inside of it:
Hello
This won't be found, but shouldn't throw an error!